home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / hfm400.zip / TUTOR_E.TXT < prev    next >
Text File  |  1994-06-14  |  5KB  |  124 lines

  1. Tutorial for the HFM file manager version 4.
  2.  
  3. This document describes some examples for the efficient use of
  4. HFM. The user interface of HFM has had a long development, and
  5. does not conform to any one current standard. Almost all
  6. operations can be invoked in several ways. For all commands
  7. there exists a key combination. Many of them can be useful to
  8. speed up things, but most of them are not necessary for normal
  9. work. In the first line, there is a button bar to invoke the
  10. most common operations. And 90% of your work can be achieved by
  11. just clicking on a directory entry and moving it a little.
  12.  
  13. INSTALLATION:
  14. HFM can be installed on any drive. But it is NOT recommended to
  15. install HFM anywhere else than in c:\hfm.ah. If you install in
  16. another drive, several paths have to bee changed in the ini
  17. files and in d.bat. The best way to install is to unpack the
  18. zip file in a temporary directory and then to run instal_d.bat
  19. or install_e.bat, depending on the language you want to have.
  20.  
  21. CHOOSING THE WORKING DIRECTORYS.
  22. You have at least 10 different ways to choose the working
  23. directorys. The following describes the method, which I use
  24. [and some variations].
  25. 1. Choose the Drive with Alt-A to Alt-Z [or click on the drive
  26. character in line 2]
  27. 2. Go back to the root directory with BACKSPACE
  28. 3. Navigate to the required source directory with the f find
  29. command.
  30.     For example go to hfm.ah with f h . a RETURN. If h . a
  31.     does not bring you to the right directory you can edit the
  32.     string with BACKSPACE or go to the next entry with
  33.     CursorDown.
  34. 4. Switch to the second window with Cursor_Right or Cursor_Left
  35. [Click on the other file list]
  36. 5- Choose the target directory as above.
  37. 6. Back to the first window.
  38. If HFM is configured correctly, the directory can be the
  39. archive of a archiving program. (Configuration files for ARJ,
  40. ARC, LHA, ZIP and ZOO archives are included)
  41.  
  42. HFM uses 2 windows for copy and rename operations, if you do
  43. not specify another path, the second window is the target
  44. directory.
  45.  
  46. MOVING IN THE FILE LIST:
  47. PgUp or PgDown or SPACE [click on the right part of the window
  48. frame], or use the F find command.
  49.  
  50. MARKING FILES FOR BATCH PROCESSING:
  51. With F8 or klicking with the right mouse button you can mark
  52. individual Files. With i [click on Inc] you can mark all files
  53. which have a companion in the second window. With ctrl-i or tab
  54. you can mark all files which are alone. When you press the keys
  55. again in addtition to files the respecive subdirectories will
  56. be marked. The sequence i i tab tab will mark everything except
  57. of the directory entries . and .. which are allways ignored.
  58. After marking files you can process them with ctrl-c, ctrl-r,
  59. ctrl-d or by pressing the mouse switchen Copy Ren or Del witch
  60. the right mouse button.
  61.  
  62. DELETING:
  63. One file:
  64. Click on the directory entry and drag it to the bottom of the
  65. screen. If the file is not on the current screen use the find
  66. command first. End finding with SPACE. A RETURN would show the
  67. file content or start a executable file.
  68.  
  69. Several files:
  70. Choose as above, mark the files with the F8 command. Delete all
  71. marked files with the Ctrl-D command.
  72. Ctrl-C and Ctrl-R work equivalent for copying and moving to the
  73. second window.
  74.  
  75. All unaltered files from a program installation:
  76. I have installed Borland Pascal and want to get rid of Turbo
  77. Pascal and Turbo Pascal for windows.
  78. 1: Choose one file in the directory tree
  79. 2. Ctrl-E
  80. 3. Acknowledge that all files in the tree with the same time
  81. should be deleted.
  82.  
  83. SYNCHRONISING OF DIRECTORYS AND BACKUPS:
  84. I worked on HFM and want to copy the changed files to a floppy,
  85. which has not enough room for the complete HFM directory. I
  86. have two options:
  87. 1. Mark all changed files with F8 or the right mouse button
  88. [they are highlighted by HFM], copy with Ctrl-C
  89. 2. Drag the . directory entry to the target window. Answer U
  90. RETURN when asked how to copy the tree. This will copy all
  91. files which exist in the target tree but are newer in the
  92. source tree. The answer S RETURN would copy everything which is
  93. not in the target tree in a up to date version.
  94.  
  95. FAST OVERVIEW FOR SEVERAL FILES:
  96. 1. Choose the first file with the mouse or the F find command
  97. or the mouse. Look into the files with the N or L command.
  98. [Drag the file a little bit to the right.]
  99.  
  100. START OF A MS-WINDOWS PROGRAM FROM HFM:
  101. Choose the program or its datafile. Start the program with the
  102. W command.
  103.  
  104. To use this function the run18 package has to be installed.
  105. (run18.zip is included with HFM.)
  106. The following has to be defined in c:\hfm.ah\hfm4:
  107.  
  108. [Windows Programmstart]
  109. c:\hfm.ah\run.exe
  110.  
  111.  
  112. [Programmstart durch(A,^A,W) von (1) Pfad bei (2) Extension)]
  113. [12 von maximal 20 Programmen]
  114.  
  115. EXE
  116. c:\hfm.ah\run c:\winword\winword
  117. DOC
  118.  
  119. The EXE entry with no program defined (blank line over EXE) is
  120. necessary for passing the right parameters to
  121. c:\hfm.ah\run.exe.
  122.  
  123.  
  124.